Log(String,Object[]) Method
In This Topic
Logs a formatted message.
Syntax
'Declaration
Overloads Sub Log( _
ByVal As String, _
ByVal ParamArray () As Object _
)
void Log(
string ,
params object[]
)
Parameters
- format
- The message formatting string.
- args
- The list of parameters supplied to the formatting string.
See Also